* {
  padding: 		0px;
  margin: 	0px;
}

body {
  background: #333333 url(images/master-bg.jpg) repeat-x top left;
  font-size:				11px;
  font-family:				"Tahoma", Verdana, Arial, Helvetica;
  color:					#fff;
}

#main {
	width:				954px;
}
#banner {
	background-image:	url('images/banner.jpg');
	width:				954px;
	height:				145px;
	float:				left;
}

#underbanner {
	background-image:	url('images/underheader.jpg');
	width:				940px;
	height:				21px;
	padding:				5px 14px 0px 0px;
	text-align:				right;
	float:				left;
}

#main_inner {
	background-image:	url('images/main_back.jpg');
	background-repeat:		repeat-y;
	width:				980px;
	float:				left;
}
#left2 {
	width:				155px;
	padding:				0px 3px 0px 10px;
	float:				left;
}
#content {
	width:				620px;
	padding:				0px 5px 0px 2px;
	float:				left;
	margin:0px;
}
#right2 {
	width:				140px;
	padding:				0px 2px 0px 0px;
	float:				left;
}
#footer {
	background-image:	url('images/footer.jpg');
	width:				954px;
	height:				13px;
	float:				left;
}
.head_button_left {
	background-image:	url('images/head_button_left.jpg');
	width:				145px;
	height:				14px;
	padding:				4px 1px 3px 9px;
	color:				#fff;
	text-align:				left;
	font-weight:			bold;
	float:				left;
}
.button_left {
	background-image:	url('images/button_left.jpg');
	width:				140px;
	height:				16px;
	padding:				3px 0px 0px 16px;
	text-align:				left;
	font-size:				11px;
	float:				left;
}

a.button:link,a.button:visited,a.button:hover,a.button:active  {
	display:block;
	width:				156px;
	height:				19px;
	color:				#fff;
	font-weight:			none;
}

.head_button_right {
	background-image:	url('images/head_button_right.jpg');
	width:				139px;
	height:				14px;
	padding:				4px 1px 3px 9px;
	color:				#fff;
	text-align:				left;
	font-weight:			bold;
	float:				left;
}
.inner_frame {
	width:				145px;
	padding:				5px 6px 7px 3px;
	float:				left;
}

.inner_frame_l {
	width:				150px;
	align: 				left;
	padding:				5px;
	float:				left;
}

a:link {
  color:					#e2cfcf;
  font-weight:				bold;
  text-decoration:			none;
}	
a:visited {
  color:					#e2cfcf;
  font-weight:				bold;
  text-decoration:			none;
}			
a:hover {
  color:					#e2cfcf;
  font-weight:				bold;
  text-decoration:			none;
}